Uses of Class
edu.claflin.finder.algo.jungutils.Pair
-
Packages that use Pair Package Description edu.claflin.finder.algo.jungutils -
-
Uses of Pair in edu.claflin.finder.algo.jungutils
Fields in edu.claflin.finder.algo.jungutils with type parameters of type Pair Modifier and Type Field Description protected java.util.Map<E,Pair<V>>SparseGraph. directed_edgesprotected java.util.Map<E,Pair<V>>UndirectedSparseGraph. edgesprivate java.util.Map<E,Pair<V>>EdgeBetweennessClusterer. edges_removedprotected java.util.Map<E,Pair<V>>SparseGraph. undirected_edgesMethods in edu.claflin.finder.algo.jungutils that return Pair Modifier and Type Method Description Pair<V>Graph. getEndpoints(E edge)Returns the endpoints ofedgeas aPair.Pair<V>SparseGraph. getEndpoints(E edge)Pair<V>UndirectedSparseGraph. getEndpoints(E edge)protected Pair<V>AbstractGraph. getValidatedEndpoints(E edge, Pair<? extends V> endpoints)Methods in edu.claflin.finder.algo.jungutils with parameters of type Pair Modifier and Type Method Description booleanAbstractGraph. addEdge(E edge, Pair<? extends V> endpoints)Addsedgeto this graph with the specifiedendpoints, with the default edge type.abstract booleanAbstractGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)Addsedgeto this graph with the specifiedendpointsandEdgeType.booleanSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanUndirectedSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)protected Pair<V>AbstractGraph. getValidatedEndpoints(E edge, Pair<? extends V> endpoints)
-